Annotation Target
Contains the list of code elements which are the possible annotation targets
Entries
EXPRESSION
Link copied to clipboard
Content copied to clipboard
Any expression
PROPERTY_SETTER
Link copied to clipboard
Content copied to clipboard
Property setter only
PROPERTY_GETTER
Link copied to clipboard
Content copied to clipboard
Property getter only
CONSTRUCTOR
Link copied to clipboard
Content copied to clipboard
Constructor only (primary or secondary)
VALUE_PARAMETER
Link copied to clipboard
Content copied to clipboard
Value parameter of a function or a constructor
LOCAL_VARIABLE
Link copied to clipboard
Content copied to clipboard
Local variable
TYPE_PARAMETER
Link copied to clipboard
Content copied to clipboard
Generic type parameter (unsupported yet)
ANNOTATION_CLASS
Link copied to clipboard
Content copied to clipboard
Annotation class only